Application settings
Before running your application, you need to set the application settings in your database.
The table “applicationsettings” contains these settings. Although, the app will run even if you don’t set those settings, it is recommended to set them because the default values for these may not suit your needs
| Key | Description | Default value |
|---|---|---|
| JWT_SECRET_KEY | key used to sign the jwt keys during login | m<72rO;IMVkLFXD)W:$,7fJZ[)knjjkfi319nafdnwqekh3rimlqwqoi13oKcX |
| JWT_TOKEN_DURATION | Duration in seconds of the generated token | 3600 |
| PREVIOUS_PASS_MAX_COUNT | The number of previous password that we store | 3 |
| PASSWORD_CHANGE_TOKEN_DURATION | Duration of the generated token during forgot password action | 3 |
| MAX_LOGIN_ATTEMPT | The maximum login attempt allowed. User’s account will be disabled after this much attempt. | 600 |
| NOTIFY_ON_FORGOT_PASSWORD | The emails which will be notified every time an used is performing the forgot-password action (CSV format). |